func runtime.concatstrings
5 uses
runtime (current package)
string.go#L28: func concatstrings(buf *tmpBuf, a []string) string {
string.go#L66: return concatstrings(buf, []string{a0, a1})
string.go#L70: return concatstrings(buf, []string{a0, a1, a2})
string.go#L74: return concatstrings(buf, []string{a0, a1, a2, a3})
string.go#L78: return concatstrings(buf, []string{a0, a1, a2, a3, a4})
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |